hysop.core.graph.graph_builder module¶
- class hysop.core.graph.graph_builder.GraphBuilder(node)[source]¶
Bases:
object
Helper class to build graph of computational operators (see ComputationalGraph).
Initialize a GraphBuilder with given target ComputationalGraph.
- Parameters:
node (hysop.core.graph.ComputationalGraph) – target node that should generate its graph
Notes
The following class is a helper for ComputationalGraph graph building step. It should not be used outside of ComputationalGraph.